projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f767db5
)
(make-autoload): Handle define-ibuffer-column, define-ibuffer-filter,
author
Colin Walters
<walters@gnu.org>
Sun, 13 Jan 2002 05:41:27 +0000
(
05:41
+0000)
committer
Colin Walters
<walters@gnu.org>
Sun, 13 Jan 2002 05:41:27 +0000
(
05:41
+0000)
define-ibuffer-sorter, and define-ibuffer-op.
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 9633f3ea85efe5c09940d254b8fabbcdaa1ed54a..99fc70ad5d8fcc4d82ed16fdfa9fe51bc716a8bb 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-72,6
+72,9
@@
or macro definition or a defcustom)."
(cond
;; For complex cases, try again on the macro-expansion.
((and (memq car '(easy-mmode-define-global-mode
+ define-ibuffer-column define-ibuffer-filter
+ define-ibuffer-sorter
+ define-ibuffer-op
easy-mmode-define-minor-mode define-minor-mode))
(setq expand (let ((load-file-name file)) (macroexpand form)))
(eq (car expand) 'progn)